home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / signon.dir / 00019_Script_19 < prev    next >
Text File  |  1994-11-29  |  260b  |  16 lines

  1. on exitFrame
  2.   global MERCURY
  3.   
  4.   if the movieTime of sprite 3 = MERCURY then
  5.     unloadcast
  6.     go to frame "Ledge"
  7.   else
  8.     go to frame the frame
  9.   end if
  10. end
  11.  
  12. on mousedown
  13.   set  the movieRate of sprite 3 to 0
  14.   go to frame "PDAStart"
  15. end
  16.